html,
body {
    margin: 0;
    padding: 0;
    background-image: url(../images/bg.png);
}

* {
    font-family: SnNormal;
    box-sizing: border-box !important;

}

ul,
ol,
li {
    list-style: none;
    /* overflow: hidden; */
}

ul,
li,
p,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}

button {
    border: none;
}

a:visited,
a:active,
a:focus,
a:link {
    text-decoration: none;
    color: #fff;
}

select,
input {
    outline: none;
    user-select: none;
}

/* ----------------------页头--------------- */
.fd-header .header-top {
    height:50px;
    line-height: 50px;
    width: 100%;
    background-color: #fff;
}

.fd-header .header-top .header-top-inner {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.fd-header .header-top .header-top-inner .fd-left {
    width: 264px;
    float: left;
    margin-top: 10px;
}
.fd-header .header-top .header-top-inner .fd-left img{
    height:33px
}
.fd-header .header-top .header-top-inner .fd-right {
    float: right;
    position: relative;
}

.fd-header .header-top .header-top-inner .fd-right .fd-input {
    position: absolute;
    right: 40px;
    top: 12px;
    height: 29px;
    width: 249px;
    border: none;
}

.fd-header .header-top .header-top-inner .fd-right .search-input {
    position: absolute;
    right: 8px;
    top: 12px;
    width: 27px;
    height: 28px;
    cursor: pointer;
    opacity: 0;
}

.fd-header .header-top .header-top-inner .fd-right .search-img {
    margin-top: 9px;
    height: 35px;
}

/* ----------------------页头结束--------------- */
/* ---------------------页尾开始--------------- */
.fd-footer {
    width: 100%;
    height: 250px;
    overflow: hidden;
    background: #271C36;
}

.fd-footer .foot-top {
    width: 100%;
    height: 105px;
    padding-top: 20px;
    background-color: #393144;
}

.fd-footer .foot-top .top-inner {
    width: 1200px;
    height: 180px;
    margin: 0 auto;
    overflow: hidden;
}

.fd-footer .foot-top .top-inner .left {
    float: left;
}

.fd-footer .foot-top .top-inner .left p,
.fd-footer .foot-top .top-inner .right p {
    font-size: 16px;
    color: #fff;
}

.fd-footer .foot-top .top-inner .left .cawq {
    margin-top: 10px;
    margin-left:15px;
}

.fd-footer .foot-top .top-inner .left .cawq span {
    color: #F5F5F5;
    font-size: 14px;
    margin-right: 34px;
    line-height: 30px;
    display: inline-block;
    margin-bottom: 15px;
    border-bottom: 1px solid transparent;
}

.fd-footer .foot-top .top-inner .left .cawq span:hover {
    border-bottom: 1px solid #F5F5F5;
}
/* 下面 */
.fd-footer .foot-bottom {
    color: #271c36;
    font-size: 14px;
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
}
.fd-footer .foot-bottom p{
   line-height:15px;
}
.fd-footer .foot-bottom p:nth-child(1){
    margin-top:20px;
}
.fd-footer .foot-bottom p:nth-child(2){
    margin-top:15px;
}
.fd-footer .foot-bottom p:nth-child(3){
    margin-top:20px;
}

.fd-footer .foot-bottom p:nth-child(2) .gd-ga{
margin-left:15px;
}
.fd-footer .foot-bottom p:nth-child(2) .gd-ga img{
 vertical-align: middle;
 margin-right:5px;
}
/* ---------------------页尾结束--------------- */
/* ---------------------banner轮播开始--------------- */
.box {
    height: 355px;
    width: 100%;
    position: relative;
}
.imgbox img {
    height: 1920px;
    width: 100%;
} 
 @media screen and (max-width: 1920px) {
    .imgbox,
    .box img {
        height: 100%;
        width: 1920px;
        position: absolute;
    }
}
@media screen and (min-width: 1401px) and (max-width: 1600px) {
    .imgbox,
    .box img {
        height: 100%;
        width:1600px;
        position: absolute;
    }
}
@media screen and (max-width: 1400px) {
    .imgbox,
    .box img {
        height: 100%;
        width:1440px;
        position: absolute;
    }
}

/* --------------------textBox开始--------------- */
.textBox {
    width: 1200px;
    margin: 0 auto;
    height: 70px;
    line-height: 65px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 155px;
    color: #fff;
}
.textBox p {
    font-size: 58px;
    padding-left: 45px;
}

/* --------------------textBox结束--------------- */
/* --------------------title开始--------------- */
.fd-title {
    width: 1217px;
    margin: 0 auto;
    height: 70px;
    line-height: 65px;
    background-image: url(../images/title-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 24px;
}

.fd-title ul {
    overflow: hidden;
    padding: 0px 45px;
}

.fd-title ul li {
    float: left;
    margin-right: 52px;
}

.fd-title ul li a {
    font-size: 16px;
    color: #000000;
}

.fd-title ul li:last-child {
    margin-right: 0px;
}

/* --------------------title结束--------------- */
/* --------------------二级title开始--------------- */

.fd-ej-title {
    width: 100%;
    height: 57px;
    line-height: 57px;
    background: #fff;
    box-shadow: 0 2px 14px 0 rgba(0,0,0,0.19);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 24px;
}

.fd-ej-title ul {
    width:1200px;
    margin:0 auto;
    overflow: hidden;
    /* padding: 0px 20px; */
}

.fd-ej-title ul li {
    float: left;
    /* margin-right: 17px; */
    width: 120px;
    text-align: center;
}

.fd-ej-title ul li a {
    font-size: 16px;
    color: #000;
}

.fd-ej-title ul li:last-child {
    margin-right: 0px;
}

.fd-ej-title .active{
 background-image: url(../images/ej-navActive.png);
 background-size: 100% 100%;
 background-repeat: no-repeat;

}

.fd-ej-title .active a{
    color: #fff;
}
/* --------------------二级title结束--------------- */
/* ---------------------banner轮播结束--------------- */
